A binding for match.arg()
that uses comm.stop()
rather
so that the error message (if there is one) is managed according
to the rules of .pbd_env$SPMD.CT
.
comm.match.arg(arg, choices, several.ok=FALSE, ...,
all.rank = .pbd_env$SPMD.CT$print.all.rank,
rank.print = .pbd_env$SPMD.CT$rank.source,
comm = .pbd_env$SPMD.CT$comm,
mpi.finalize = .pbd_env$SPMD.CT$mpi.finalize,
quit = .pbd_env$SPMD.CT$quit)
see match.arg()
ignored.
if all ranks print (default = FALSE).
rank for printing if not all ranks print (default = 0).
communicator for printing (default = 1).
if MPI should be shutdown.
if quit R when errors happen.
Wei-Chen Chen wccsnow@gmail.com, George Ostrouchov, Drew Schmidt, Pragneshkumar Patel, and Hao Yu.
Programming with Big Data in R Website: https://pbdr.org/